GcBitmap Constructor(Image,Nullable<Rectangle>,Boolean)
In This Topic
Initializes a new instance of the
GcBitmap class.
Syntax
'Declaration
Public Function New( _
ByVal As Image, _
Optional ByVal As System.Nullable(Of Rectangle), _
Optional ByVal As System.Boolean _
)
public GcBitmap(
Image ,
System.Nullable<Rectangle> ,
System.bool
)
Parameters
- image
- GrapeCity.Documents.Drawing.Image used as the source of image data.
- imageRect
- Clipping rectangle of the image to be loaded.
- storeInTempFile
- Indicates whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
See Also